home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / mail / YAMscripts.lha / YAMscripts.readme < prev   
Text File  |  1997-07-07  |  5KB  |  137 lines

  1. Short: Useful ARexx scripts for YAM (rel 7) 29 new or updated scripts
  2. Author: knikulai@utu.fi
  3. Uploader: knikulai@utu.fi
  4. Type: comm/mail
  5. Replace: YAMscripts.lha
  6. Long:
  7.  
  8. This archive contains several AREXX-scripts I've written for Marcel Becks's
  9. (mbeck@access.ch) great mail program YAM.  They were written for version
  10. 1.3.4 and might not work with older versions.  Many of them require reqtools
  11. and rexxreqtools libraries.
  12.  
  13. If you have any questions, comments or bugs to report, send mail to knikulai@utu.fi
  14.  
  15. These and other scripts can also be found on my ARexx page at
  16. http://www.utu.fi/~knikulai/ARexx.html
  17.  
  18. Or if you want to test the Fileserver2 script, send mail to knikulai@utu.fi with
  19. word 'request' as subject.  Then put word 'help' in the message body and you'll
  20. receive instruction on how to get scripts, samples and other files which are
  21. available.
  22.  
  23. Some of the scripts in this archive are:
  24.  
  25. AddXHeaders.rexx
  26. ----------------
  27.   Reads a file and adds the contents to the headers of all messages in 
  28.   the outgoing folder.  Not very useful in my opinion, but several people
  29.   requested for it, so here it is :-)
  30.  
  31. CheckNewMail.rexx (v1.4)
  32. ------------------------
  33.   Scans all your folders and displays which of them have new or unread
  34.   messages in them.  Very useful, if you have lots of folders; just let
  35.   the script scan your messages and select the folder you want to read
  36.   next from a requester.  The script is pretty fast compared to earlier
  37.   versions.
  38.  
  39. DeleteOld.rexx
  40. --------------
  41.   Removes old messages from the folder automatically.
  42.  
  43. FixQuotes.rexx
  44. --------------
  45.   This script changes quote marks which aren't supported by all fonts
  46.   to ordinary quotes.  No more annoying squares in the messages...
  47.  
  48. Fileserver2.rexx 
  49. ---------------
  50.   You can create an automated filearchive with this script.  Others can 
  51.   get files from it by sending a request in e-mail.  The script will reply
  52.   and attach the required file in the reply.  It can also send a helpfile
  53.   or a current index of the archive.  This version is much more versatile
  54.   than the old script, it can for example display contents of archived
  55.   files. 
  56.  
  57. GetAddresses.rexx (v1.1)
  58. ------------------------
  59.   Scans all messages in the current folder for e-mail addresses and 
  60.   displays them in a requester.  From that requester addresses can be
  61.   added to the YAM addresbook.
  62.  
  63. GrabURL.rexx (v1.2)
  64. -------------------
  65.   Scans the selected message and displays all http: and ftp: references
  66.   in a requester.  You can select one of them and send it to your browser.
  67.   Currently supported browsers are AWeb, IBrowse and Voyager.
  68.  
  69. GrabAllURLs.rexx (v1.1) & MakeHotlist.rexx
  70. ------------------------------------------
  71.   These scripts scan all _read_ messages in the current folder for http: 
  72.   and ftp: references like the above script.  The first then displays a
  73.   requester and second creates a HTML-file and sends it to your browser.
  74.  
  75. Join.rexx (v1.1)
  76. ----------------
  77.   Joins and uudecodes multipart messages.  Can be used with for example
  78.   many ftp-mailers and SplitNMail.rexx.
  79.  
  80. PGPRead.rexx & PGPWrite.rexx
  81. ----------------------------
  82.   These scripts try to make usng PGP a bit simpler and quicker.
  83.  
  84. Search.rexx (v1.1)
  85. ------------------
  86.   Search current folder for a word.
  87.  
  88. SplitNMail.rexx
  89. ---------------
  90.   This script will split a long file into several posts and mail them.
  91.   This is useful for posting long files to many mailing lists and newsgroups.
  92.  
  93. Tagline2.rexx
  94. -------------
  95.   Changes the editor button to 'add tagline' -button .  Supports multiple
  96.   tagfiles and multi-line tags.
  97.  
  98. Unread.rexx
  99. -----------
  100.   Simpy marks the current message as unread.
  101.  
  102. WholeStory.rexx (v1.3)
  103. ----------------------
  104.   Combines multipart messages.  I use this script to join X-Files fanfic
  105.   mailings into a single file.
  106.  
  107. YAMMail.rexx (v1.1)
  108. -------------------
  109.   Use YAM to send mail from AWeb.  Asks, if you want to include the current
  110.   page.  This version can get the subject from the URL.  I'm not sure how
  111.   it will work with the commercial version, since I only have the old demo.
  112.  
  113.  
  114. What to do, when the scripts will not work?
  115. -------------------------------------------
  116.   First of all you need to check a few things:
  117.     - Do you have YAM running?  The scripts can be started from shell or
  118.       whatever program you are using, but they need to have YAM running first.
  119.     - Do you have ARexx running?  If not, you might want to add line
  120.       'run <>nil: RexxMast' to your startup-sequence
  121.     - Do you have rx-command in sys:rexxc, where YAM looks for it?
  122.     - Do you have all the required libraries? 
  123.     - Did you configure the script correctly?  This means editing path and 
  124.       filenames in the script and setting the correct path & command in
  125.       YAM:.config
  126.  
  127.   If you still have problems, keep YAM running in the background and execute
  128.   the script from shell by typing 'rx yam:rexx/scriptname'.  That way you
  129.   will see the error message which usually is 'Missing quote' or 'Unfinished
  130.   comment' which are both really easy to correct.
  131.  
  132.   If you still can't get a script work, execute it from shell by typing
  133.   'rx >ram:error yam:rexx/scriptname' and send the created file ram:error
  134.   to knikulai@utu.fi and I'll try to fix the problem.
  135.  
  136. Have fun!
  137.